﻿.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
}

label.error {
    color: #cc0000;
}

.pager li > a, .pager li > span {
    border-radius: 0px;
}

    .pager li > a[disabled="disabled"] {
        color: #808080;
        cursor: not-allowed;
    }

.left-border {
    border-left: 1px solid #dddddd;
}

.right-border {
    border-right: 1px solid #dddddd;
}

.overlay-zoom {
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#66000000',endColorstr='#00000000');
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('zoom.png');
}

.overlay-play {
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#66000000',endColorstr='#00000000');
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('play.png');
}

.background-image-1-026 {
    background-image: url('1_026.gif');
    background-repeat: repeat;
}

.background-image-1-035 {
    background-image: url('1_035.gif');
    background-repeat: repeat;
}

.background-image-1-038 {
    background-image: url('1_038.gif');
    background-repeat: repeat;
}

/*#region thumbnail-wrapper */

.thumbnail-wrapper {
    padding: 5px;
    background: #fcfcfc;
    box-shadow: 0 0 5px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

    .thumbnail-wrapper .memo {
        height: 58px;
        overflow: hidden;
    }

/*#endregion */

/*#region block-header */

.block-header {
    margin: 30px 0 20px;
    border-bottom: 1px solid #CCCCCC;
    background-color: #ffffff;
    background-image: url('1_083.gif');
}

    .block-header .border-left {
        border-left: solid #dddddd 1px;
    }

    .block-header h3 {
        padding: 7px 15px;
        margin: 0 0 3px 0;
        border-bottom-color: #7d4702;
        /*color: #7d4702;
        font-weight: bold;
        text-decoration: none;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/
    }

        .block-header h3 .fa {
            color: #0066CC;
        }

    .block-header a .glyphicon {
        color: #f8f8f8;
        padding: 2px;
        background-color: #000000;
    }

    .block-header a:hover .glyphicon {
        color: #cc0000;
    }

/*#endregion */

/*#region articlelist */

.articlelist .articlelistitem {
    line-height: 29px;
}

    .articlelist .articlelistitem .title {
        color: #555555;
    }

        .articlelist .articlelistitem .title .fa {
            margin-right: 5px;
            color: #428bca;
        }

        .articlelist .articlelistitem .title:hover {
            color: #428bca;
            text-decoration: underline;
        }

.articlelist .date {
    color: #808080;
    font-size: 12px;
}

/*#endregion */

/*#region jpages-holder */

.holder {
    margin: 15px 0;
}

    .holder a {
        display: inline-block;
        cursor: pointer;
        margin: 0 3px;
        padding: 6px;
        border-radius: 50%;
        background-color: #cccccc;
        font-size: 10px;
        color: #ffffff;
        font-weight: normal;
    }

        .holder a:hover, a.jp-current {
            background-color: #3399FF;
            color: #fff;
        }

/*#endregion */

/*#region hoverdir */

.hoverdir a,
.hoverdir a img {
    display: block;
    position: relative;
}

.hoverdir a {
    overflow: hidden;
}

    .hoverdir a div {
        position: absolute;
        /*background: #333;
        background: rgba(75,75,75,0.7);*/
        background: rgba(75,75,75,0.7);
        width: 100%;
        height: 100%;
    }

        .hoverdir a div.custom-hover-object {
            position: absolute;
            background: #333;
            background: rgba(255,255,255,0.7);
            width: 100%;
            height: 100%;
        }

        .hoverdir a div span {
            display: block;
            padding: 10px 0;
            margin: 40px 20px 20px 20px;
            text-transform: uppercase;
            font-weight: normal;
            color: #f8f8f8;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
            border-bottom: 1px solid rgba(255,255,255,0.5);
            box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
        }

        .hoverdir a div.custom-hover-object span {
            color: rgba(75,75,75,0.9);
            text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
            border-bottom: 1px solid rgba(0,0,0,0.5);
            box-shadow: 0 1px 0 rgba(255,255,255,255.1), 0 -10px 0 rgba(0,0,0,0.3);
        }

/*#endregion */

/*#region nivoSlider */

.theme-default {
    position: relative;
}

    .theme-default .nivoSlider {
        margin-bottom: 0px;
    }

    .theme-default a.nivo-prevNav {
        background-image: url('Bpro_conBtn_img01.png');
        background-repeat: no-repeat;
        width: 41px;
        height: 58px;
    }

    .theme-default a.nivo-nextNav {
        background-image: url('Bpro_conBtn_img01.png');
        background-repeat: no-repeat;
        background-position: bottom;
        width: 41px;
        height: 58px;
    }

    .theme-default .nivo-controlNav {
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0;
        z-index: 8;
    }


        .theme-default .nivo-controlNav a {
            width: 12px;
            height: 12px;
            background: #f5f5f5 none;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -o-border-radius: 15px;
            border-radius: 15px;
            box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
            z-index: 9;
            display: inline-block;
            margin: 0 5px;
            cursor: pointer;
            position: relative;
            text-indent: -9999px;
            text-decoration: none;
            font-size: 0px;
            font-weight: normal;
            color: #fff;
        }

            .theme-default .nivo-controlNav a.active, .page .theme-default .nivo-controlNav a:hover {
                background-color: #0066FF;
            }

/*#endregion */

/*#region bxxslider */

.bx-wrapper .bx-viewport {
    border: 0px solid #821A21;
    left: 0px !important;
    background: none !important;
    box-shadow: none !important;
    -moz-box-shadow: !important;
    -webkit-box-shadow: !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #888888;
    width: 12px;
    height: 12px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    transition: left 0.7s ease-out, background-color 1s ease-in-out;
    -webkit-transition: left 0.7s ease-out, background-color 1s ease-in-out;
    -moz-transition: left 0.7s ease-out, background-color 1s ease-in-out;
}

    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #0066FF;
    }

/*#endregion */

/*********************************************************************/

/*#region top-header */

.top-header {
    margin-bottom: 0px;
    font-size: 12px;
}

    .top-header .navbar-text {
        color: #ffffff;
    }

    .top-header .fa {
        color: #800000;
    }

    .top-header .img-thumbnail {
        padding: 0px;
        margin-bottom: 0px;
    }

/*#endregion */

/*#region header-menu */

.header-menu .navbar {
    background-color: transparent;
    border-radius: 0;
    min-height: inherit;
    border: none;
    background-image: url('1_035.gif');
    margin-bottom: 0px;
    padding: 20px 0px;
    border-bottom: solid 1px #dddddd;
}

    .header-menu .navbar .navbar-header .navbar-brand {
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-menu .navbar .navbar-header .navbar-toggle {
        margin-top: 20px;
    }

    .header-menu .navbar .collapse {
        margin-top: 15px;
    }

    .header-menu .navbar .nav a {
        color: #111111;
        font-weight: bold;
        margin-right: 1px;
    }

        .header-menu .navbar .nav a:hover, .header-menu .navbar .nav a.current {
            background-color: #0099FF;
            color: #fff;
            border-radius: 3px 3px 0 0 !important;
        }

/*#endregion */

/*#region footer */

.footer {
    background-color: #111111;
    background-image: url('bottom_bg.png');
    border-top: 10px solid #444444;
    border-bottom: 1px solid #333333;
}

    .footer .glyphicon {
        color: #7d4702;
        margin-right: 5px;
    }

    .footer hr {
        border-top-color: #666666;
    }

    .footer .page-header {
        color: #f5f5f5;
        border-bottom-color: #555555;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

        .footer .page-header .fa {
            color: #0066CC;
            margin-right: 5px;
        }

    .footer,
    .footer a {
        color: #999999;
    }

        .footer a:hover {
            color: #7d4702;
        }

/*#endregion */

/*#region bottom-footer */

.bottom-footer {
    color: #7d4702;
    font-size: 12px;
}

    .bottom-footer a:hover {
        color: #7d4702;
    }

/*#endregion */


#kefu {
    position: absolute;
    right: 10px;
    top: 180px;
    z-index: 10000;
}
